Class yassl.varnode
All Packages    This Package    Previous    Next

Class yassl.varnode

java.lang.Object
   |
   +----yassl.pnode
           |
           +----yassl.varnode

public class varnode
extends pnode
Primitive node to hold variable names

Constructor Index

 o varnode(String)

Method Index

 o eval(Env)
eval'ling a varnode looks up the value associated with it, searching up in the Env if necessary.
 o help(Env)
Return a string to be used in help messages about a particular node.

Constructors

 o varnode
  public varnode(String val)

Methods

 o eval
  public pnode eval(Env e) throws yasslError
eval'ling a varnode looks up the value associated with it, searching up in the Env if necessary.
Overrides:
eval in class pnode

 o help

  public String help(Env e)
Return a string to be used in help messages about a particular node.
Overrides:
help in class pnode


All Packages    This Package    Previous    Next